PowerTCP Mail for .NET
GetByteCount(Char[],Int32,Int32) Method




Characters to be encoded.
Indexer of first character.
Character count.
Computes the encoded byte count for the provided character array.
Syntax
Public Overloads Overrides Function GetByteCount( _
   ByVal chars() As Char, _
   ByVal index As Integer, _
   ByVal count As Integer _
) As Integer
Dim instance As ImapUTF7
Dim chars() As Char
Dim index As Integer
Dim count As Integer
Dim value As Integer
 
value = instance.GetByteCount(chars, index, count)
public override int GetByteCount( 
   char[] chars,
   int index,
   int count
)
public: int GetByteCount( 
   char[]* chars,
   int index,
   int count
) override 
public:
int GetByteCount( 
   array<char>^ chars,
   int index,
   int count
) override 

Parameters

chars
Characters to be encoded.
index
Indexer of first character.
count
Character count.

Return Value

Number of bytes required by the encoding.
See Also

Reference

ImapUTF7 Class
ImapUTF7 Members
Overload List


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic